home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pov / povlisti.ngs / film.pov < prev    next >
Encoding:
Text File  |  1992-10-20  |  684 b   |  42 lines

  1. //------ Kodak Film ...10/18/92 M.Miller
  2.  
  3. #include "colors.inc"
  4. #include "shapes.inc"
  5. #include "film.inc"
  6.  
  7.  
  8.  
  9. camera {
  10.    location <0 150  -220>
  11.    direction <0 0 4>
  12.    up  <0 1 0>
  13.    right <1.3 0 0>
  14.    look_at <0 25 0>
  15. }
  16.  
  17.  
  18. object { light_source { <400 1270 -660 > color White }}
  19. object { light_source { <-700 470 -1660 > color Gold }}
  20.  
  21.  
  22. composite { Film rotate <0 40 0> translate <10 0 0> }
  23. composite { Film rotate <0 -35 0> translate <-20 0 15> }
  24.  
  25.  
  26. //--- World
  27. object { sphere { <0 0 0> 20000 } 
  28.  texture { color Gray }
  29. }
  30.  
  31. //--- Floor
  32. object { plane { <0 1 0> 0 } 
  33.   texture { 
  34.     color DimGray 
  35.     ambient .1 
  36.     reflection .3 
  37.   }
  38. }
  39.  
  40.  
  41.  
  42. ə